home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 170 / apl68000.doc < prev    next >
Encoding:
Text File  |  1987-08-20  |  1.4 KB  |  32 lines

  1.                 APL.68000 Demonstration
  2. @home  Set up on disk G; use aplfont.tos to fix apl8x8.fed for GDOS use
  3. <TRY:Install application so that keyclick on *.aws will execute a program
  4. GDOS trick...to use under GDOS... execute aplfont.tos...sets up apl8x8.fed ;
  5.         use to change font and enter APL.PRG - the alarmclock is attractive>
  6. @work  use without GDOS for demonstration
  7.  
  8. )LOAD WSNAME         works        mouse select fails
  9. )LOAD DEMO           loads a workspace DEMO ; note the changed desk menu
  10. )SAVE WSNAME         doesn't work, demo model only.........................
  11.  
  12. ^R                   captures a buffer load from next phrase, reenter with ^R
  13.                      some other control keys work ala ATARI-ST standards
  14.  
  15. ASCKEY               sets up normal keyboard characters in ascii
  16. APLKEY               return to APL keyboard   or   )CLEAR
  17.  
  18. R $is A SETFKEY B    sets up function keys per A with text B      -  works
  19.  
  20. )FNS                 works
  21. )vars                works
  22. interactive          dialog works , for example:
  23. ! number             works  up to 16 digit accuracy.
  24. 0 1 1 0 0 1 / 12 13 14 15 16 17                     works,  etc.
  25.  
  26. Special Trick---
  27.         )WSID newname
  28.         work....use
  29.         )MERGE  filename1
  30.         )MERGE  filename2     At any point quit, change file "A.ATF"  to any
  31.                                          NUENAME.AWS      i.e., use and enjoy!
  32.